object SysInfoForm: TSysInfoForm Left = 0 Top = 0 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'System Information' ClientHeight = 44 ClientWidth = 142 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 TextHeight = 13 object lMemAvail: TLabel Left = 84 Top = 4 Width = 49 Height = 13 Alignment = taRightJustify AutoSize = False end object Label1: TLabel Left = 12 Top = 4 Width = 69 Height = 13 AutoSize = False Caption = 'AllocMemSize:' end object Label2: TLabel Left = 12 Top = 24 Width = 77 Height = 13 AutoSize = False Caption = 'AllocMemCount:' end object lMemCount: TLabel Left = 92 Top = 24 Width = 41 Height = 13 Alignment = taRightJustify AutoSize = False end object Timer1: TTimer OnTimer = Timer1Timer Left = 140 Top = 40 end end